Project 1: Paint
Project 1 - Paint
- Semester: Spring 2015
- Tool: Adobe Flash CC 2014
- I basically used the logics and functions which I learned from Module 4 that making a paint tool with an external AS file.
I reused the script cords from a file which I did as Module 4 application, and I adopted some functions explained
from Module 8 such as ColorPicker and NumericStepper.
- Something I changed and added:
Using a ComboBox, a NumericStepper, and a ColorPicker for changing the shape, thickness and color.
Modifying the external Action Script file to add options that drawing Triangle and eraser function.
Using 'removeChildAt()' with 'while loop' for removing the all of drawing.
And others.